home *** CD-ROM | disk | FTP | other *** search
/ 200 Game / 200GAME2.iso / FLASHGAME / GUESS.EXE / scripts / DefineButton2_11 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2000-03-17  |  208 b   |  16 lines

  1. on(release){
  2.    x = random("3");
  3.    if(x == "0")
  4.    {
  5.       gotoAndPlay(3);
  6.    }
  7.    else if(x == "1")
  8.    {
  9.       gotoAndPlay(132);
  10.    }
  11.    else if(x == "2")
  12.    {
  13.       gotoAndPlay(261);
  14.    }
  15. }
  16.